html {
    font-size: 16px;
}

body.body {
    background-color: black;
    font-family: 'Open Sans', sans-serif;
}

.section-wrapper {
    width: 100%;
    box-sizing: border-box;
}

.section-wrapper .section-content {
    width: 1170px;
    margin: 0 auto;
    box-sizing: border-box;
}

.button {
    background-color: #fcac45;
    color: white;
    padding: 20px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.46);
    border: none;
    outline: none;
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.button:hover {
    background-color: #febe6d;
}

#header {
    background: url(../images/header-wrapper-bg.png) center;
    height: 119px;
}

#header .flex-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

#header .logo {
    margin: 18px 0;
    background: url(../images/logo.png) no-repeat;
    width: 189px;
    height: 79px;
}

#header .contacts {
    color: white;
    width: 500px;
    text-align: center;
}

#header .contacts .switchers {
    margin-left: 77px;
}

#header .contacts .value {

    padding-bottom: 8px;
    padding-top: 5px;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    outline: none;
    text-decoration: none;
    text-align: left;
    padding-left: 43px;
    margin-bottom: 3px;
}

#header .contacts .value-address {
    background: url(../images/contact-adress-active.png) no-repeat 0 50%;
}

#header .contacts .value-phone {
    background: url(../images/contact-phone-active.png) no-repeat;
}

#header .contacts .value-mail {

    background: url(../images/contact-mail-active.png) no-repeat;
}

#header .contacts .value-address,
#header .contacts .value-phone {

}

#header .contacts .value a {
    color: white;
    outline: none;
    text-decoration: none;
}

#header .contacts .value.value-phone {
    display: block;
}

#header .contacts .contact-item {
    float: left;
    width: 28px;
    height: 27px;
    cursor: pointer;
}

#header .contacts .divider {
    float: left;
    height: 20px;
    border-right: 1.5px solid #bcbec3;
    margin: 4px 14px;
}

#header .contacts .contact-item.contact-mail {
    background: url(../images/contact-mail.png) no-repeat;
}

#header .contacts .contact-item.active.contact-mail,
#header .contacts .contact-item.contact-mail:hover {
    background: url(../images/contact-mail-active.png) no-repeat;
}

#header .contacts .contact-item.contact-phone {
    background: url(../images/contact-phone.png) no-repeat;
}

#header .contacts .contact-item.active.contact-phone,
#header .contacts .contact-item.contact-phone:hover {
    background: url(../images/contact-phone-active.png) no-repeat;
}

#header .contacts .contact-item.contact-address {
    background: url(../images/contact-adress.png) no-repeat;
}

#header .contacts .contact-item.active.contact-address,
#header .contacts .contact-item.contact-address:hover {
    background: url(../images/contact-adress-active.png) no-repeat;
}

#header .section-content {
    position: relative;
}

#main-banner {
    background: url(../images/slide1.png) no-repeat center center;
    height: 469px;
    background-size: cover;
}

#main-banner .section-content {
    position: relative;
}

#main-banner h1 {
    color: white;
    font-weight: bold;
    font-size: 2rem;
    text-transform: uppercase;
    text-shadow: 4px 2px 6px rgba(0, 0, 0, 0.46);
    position: absolute;
    left: 0;
    top: 200px;
    line-height: 2rem;
}

#main-banner h1 b {
    color: #fcac45;
}

#main-banner h2 {
    color: white;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    text-shadow: 4px 2px 6px rgba(0, 0, 0, 0.46);
    position: absolute;
    left: 0;
    top: 243px;

}

#main-banner .button {
    position: absolute;
    left: 0;
    top: 300px;
}

#advantages {
    background: url(../images/advantages-bg.png) center;
}

#advantages .section-content {
    height: 100px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
}

#advantages .item {
    color: white;
    padding-left: 100px;
    height: 80px;
    padding-top: 14px;
    box-sizing: border-box;
    margin-top: 10px;
    width: 25%
}

#advantages .item b {
    color: #fcac45;
}

#advantages .item.item-years {
    background: url(../images/advantage-years.png) no-repeat left center;
}

#advantages .item.item-price {
    background: url(../images/advantage-price.png) no-repeat left center;
}

#advantages .item.item-warranty {
    background: url(../images/advantage-warranty.png) no-repeat left center;
    /*padding-top: 29px;*/
    /*width: 197px;*/
}

#advantages .item.item-original {
    background: url(../images/advantage-original.png) no-repeat left center;
    padding-top: 24px;
}

#advantages .item.item-advanced {
    background: url(../images/advantage-advanced.png) no-repeat left center;
}

#services {
    background-color: white;
    padding: 30px 0;
}

#services h2 {
    border-bottom: 2px solid #bcbec3;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 54px;
}

#services .services-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: center;
}

#services .services-items .service-item {
    position: relative;
    width: 222px;
}

#services .services-items .service-item .image {
    background: url(../images/slide1.png) no-repeat center center;
    width: 135px;
    height: 135px;
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
    margin-left: 20px;
}

#services .services-items .service-item .image-shadow {
    border: 4px solid #fcac45;
    content: '';
    width: 135px;
    height: 135px;
    display: block;
    position: absolute;
    left: 35px;
    top: 15px;
}

#services .services-items .service-item .title {
    color: #6a6258;
    text-transform: uppercase;
    text-align: center;
}


#services .services-items .service-item.service-kotli .image {
    background-image: url(../images/service-gas.png);
}

#services .services-items .service-item.service-battery .image {
    background-image: url(../images/service-battery.png);
}

#services .services-items .service-item.service-warm .image {
    background-image: url(../images/service-warm.png);
}

#services .services-items .service-item.service-water .image {
    background-image: url(../images/service-pelets.png);
}

#services .services-items .service-item.service-kanalizaziya .image {
    background-image: url(../images/service-kanalizaziya.png);
}

#services .services-items .service-item.service-alternatives .image {
    background-image: url(../images/service-alternatives.png);
}

#services .services-items .service-item.service-automation .image {
    background-image: url(../images/service-automations.png);
}

#services .services-items .service-item.service-kamin .image {
    background-image: url(../images/service-kamin.png);
}

#services .services-items .service-item.service-kamin .title {
    height: 32px;
}

#steps {
    background: url(../images/steps-bg.png) 50% 50% no-repeat #1f1f1f;
}

#steps h2 {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 54px;
    margin-top: 58px;
    width: 400px;
    color: white;
    line-height: 34px;
}

#steps h2 b {
    color: #fcac45;
}

#steps .left {
    width: 50%;
    float: left;
}

#steps .right {
    width: 50%;
    background: url(../images/steps-house.png) 50% 50% no-repeat;
    float: left;
    height: 800px;
    position: relative;
}

#steps .item {
    color: #c2c2c2;
    font-style: italic;
    font-size: 1.2rem;
    background-repeat: no-repeat;
    background-position: left top;
    height: 157px;
    padding-left: 107px;
}

#steps .item h4 {
    color: white;
    font-style: normal;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 19px 0 19px 0;
}

#steps .item.item-project {
    background-image: url(../images/step-project.png);
}

#steps .item.item-sales {
    background-image: url(../images/step-sale.png);
}

#steps .item.item-installation {
    background-image: url(../images/step-installation.png);
}

#steps .item.item-warranty {
    background-image: url(../images/step-warranty.png);
}

#steps .right .button {
    position: absolute;
    right: 50px;
    bottom: 210px;
}

#about {
    background-color: white;
    text-align: justify;
}

#about .section-content {
    padding: 40px 450px 40px 0;
    background: url(../images/about-man.png) 100% 0% no-repeat;
}

h2.underline {
    border-bottom: 2px solid #bcbec3;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 54px;
    position: relative;
}

h2.underline:after {
    content: '';
    display: block;
    width: 32px;
    bottom: -2px;
    position: absolute;
    left: 0;
    border-bottom: 2px solid #fcac45;
}

#about b {
    color: #fcac45;

}

#advantages2 {
    background: url(../images/advantages-big-bg.png) 50% 0 white no-repeat;
    text-align: center;
    padding-bottom: 50px;
}

#advantages2 h2 {
    color: white;
    text-align: center;
    margin-top: 69px;
}

#advantages2 .quote {
    color: white;
    font-style: italic;
    font-size: 28px;
    padding: 50px 100px;
    text-align: right;
    line-height: 35px;
}

#advantages2 .item {
    background: white;
    width: 980px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border-left: 8px solid #fcb04e;
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    color: #2c3e50;
    text-align: left;

    -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.43);
}

#advantages2 .number {
    background-color: #fcb04e;
    width: 70px;
    height: 40px;
    color: white;
    font-size: 29px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 4px 15px;
    text-align: right;
    position: absolute;
    left: 0;
    top: 13px;
}

#advantages2 h4 {
    font-size: 17px;
    padding: 23px 50px;
    color: #0b0b0b;
    text-transform: uppercase;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 10px;
}

#contact-us {
    background: url(../images/contact-us-bg.png) 50% 0 white no-repeat;
    text-align: center;
    height: 150px;
}

#contact-us .contact-easy {
    background: url(../images/phone-big-icon.png) 0 50% no-repeat;
    width: 334px;
    float: left;
    color: white;
    height: 145px;
    line-height: 151px;
    padding-left: 88px;
    font-size: 1.2rem;
}

#contact-us .button {
    margin-top: 49px;
    margin-left: 279px;
}

#footer {
    background: url(../images/contact-us-bg.png) 50% 0 white no-repeat;
    height: 92px;

}

#footer .flex-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer .section-content {
    position: relative;
}

#footer .logo {
    background: url(../images/logo-small.png) 50% 50% no-repeat;
    width: 91px;
    height: 40px;
}


#footer .copyright {
    width: 200px;
    height: 15px;
    color: #b2b2b2;
    font-size: 12px;
}

#footer .social {
    width: 91px;
    height: 35px;
}

.fb {
    background: url(../images/fb.png) 50% 50% no-repeat;
    width: 36px;
    height: 35px;
    display: block;
}


#targets {
    background-color: white;
    padding: 50px 0;
}

#targets .item {
    float: left;
    width: 290px;
    border: 1px solid #dde3ea;
    background: white;
    height: 430px;
}

#targets .item .image {

    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 117px;
}

#targets .item .image img {
    width: 100%;
    height: auto;
    max-height: 128px;
}

#targets .item .title {
    text-align: center;
    padding: 20px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

#targets .item ul {
    padding: 10px;
}

#targets .item ul li {
    font-size: 14px;
    background: url(../images/targets-bullet.png) no-repeat 0 5px;
    padding-left: 11px;
    padding-bottom: 10px;
}

#contact-us-big {
    color: white;
    height: 495px;
}

#contact-us-big .left {
    width: 40%;
    float: left;
    font-style: italic;
    line-height: 19px;
}

#contact-us-big .right {
    float: left;
    width: 490px;
    height: 400px;
    border: 10px solid #4d4d4d;
    margin: 50px 50px 50px 132px;
    position: relative;
}

#contact-us-big .left .title {
    color: #fcac45;
    font-size: 1.2rem;
    margin-top: 100px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#contact-us-big .left b {
    color: #fcac45;
    font-size: 1.2rem;
}

#contact-us-big .left p {
    margin-bottom: 10px;
    margin-top: 10px;
}

#contact-us-big .right .contacts {
    background-color: white;
    width: 300px;
    height: 165px;
    color: black;
    position: absolute;
    left: -105px;
    top: 101px;
    font-weight: bold;
    font-size: 13px;
}

#contact-us-big .right .contacts > div {
    padding: 17px 46px;
    margin-left: 27px;
    font-size: 14px;
}


#contact-us-big .right .contacts {
/ / background: url(../images/contact-adress-active.png) no-repeat 0 50 %;
}

#contact-us-big .right .contacts .address {
    background: url(../images/contact-address-big.png) no-repeat 0 50%;
    color: #868686;
}

#contact-us-big .right .contacts .phone {
    background: url(../images/contact-phone-big.png) no-repeat 0 50%;
    color: black;
}

#contact-us-big .right .contacts .mail {
    background: url(../images/contact-mail-big.png) no-repeat 0 50%;
    color: black;
}

#contact-us-big a {
    color: black;
    text-decoration: none;
}

#contact-us-big .contact-form {
    margin-left: 225px;
    margin-top: 77px;
}

.contact-form {
    width: 210px;
    color: #a3a3a3;
}

.contact-form h4 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 24px;
    color: white;
}

.contact-form input[type=text],
.contact-form input[type=email] {
    color: #a3a3a3;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #a3a3a3;
    background: transparent;
    width: 100%;
    padding: 7px;
    font-weight: bold;
    margin-top: 16px;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
}

.contact-form .button {
    margin-top: 20px;
}

.contact-form input[type=text].wpcf7-not-valid,
.contact-form input[type=email].wpcf7-not-valid,
.contact-form input[type=text].wpcf7-not-valid::placeholder,
.contact-form input[type=email].wpcf7-not-valid::placeholder {
    #color: red;
}

.contact-form .wpcf7-not-valid-tip {

    position: absolute;
    font-size: 10px;
    color: #bd0303;
}

.contact-form .wpcf7-validation-errors {
    display: none !important;
}

.contact-form div.wpcf7-mail-sent-ok {
    border: none;
    padding: 0;
    margin-top: 13px;
}

.contact-form div.wpcf7 .ajax-loader {
    background-image: url(../images/ajax-loader.gif);
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* popup */
.shadow {
    background: black;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 10000;
}

.shadow.active {
    display: block;
}

.popup-container {
    width: 300px;
    border: 1px solid white;
    padding: 45px;
    top: 50%;
    margin-top: -200px;
    position: fixed;
    left: 50%;
    margin-left: -150px;
    background: black;
    display: none;
    border-radius: 9px;
    z-index: 10010;
}

.popup-container.active {
    display: block;
}

.popup-container .contact-form {
    width: 100%;
}

.popup-container .close-button {
    background: url("../images/close-button.png") no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    opacity: 0.8;
}

.popup-container .close-button:hover {
    opacity: 1;
}


/* article */
.single a {
    color: #fcac45;
    text-decoration: none;
}

.single .wp-post-image {
    display: none;
}

.entry-meta {
    display: none;
}

.single .entry-title {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 54px;
    margin-top: 58px;
    width: 400px;
    color: white;
    line-height: 34px;
}

.single .entry-content {
    color: white;
}

.single .entry-content ul {
    list-style-type: disc;
}

.single  .entry-footer .cat-links {
    color: white;
}

#nav-below {
    display: none;
}

/* category */
.category .header .entry-title {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 54px;
    margin-top: 58px;
    width: 400px;
    color: white;
    line-height: 34px;
}

.category a {
    color: #fcac45;
    text-decoration: none;
}

.category article {
    width:200px;
}

.category article .thumbnail {
    max-width: 100%;
}
.category article .thumbnail img{
    max-width: 100%;
}